home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / kant-generator-04-c / Kant ƒ / Shell ƒ / error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  241 b   |  9 lines  |  [TEXT/MMCC]

  1. #include "program globals.h"
  2. #include <Notification.h>
  3.  
  4. extern    NMRec            gMyNotification;
  5. extern    enum ErrorTypes    gPendingResultCode;
  6.  
  7. void FailNilUPP(UniversalProcPtr theUPP);
  8. void HandleError(enum ErrorTypes resultCode, Boolean exitToShell);
  9.